lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for...
authorAlexey Brodkin <[email protected]>
Wed, 25 Feb 2015 10:09:20 +0000 (13:09 +0300)
committerTom Rini <[email protected]>
Fri, 6 Mar 2015 01:50:28 +0000 (20:50 -0500)
commitbc55c07a2bc8435d427707d96b3b08fe1fa00198
tree2afd689bd00017617bac80e354ee240911ea485e
parentff6c032ea89ff1fdd97bfcaeadbc45726008a5ff
lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures

GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP are generic members of
global data structure so why don't we allow architectures other than ARM
to use it.

Signed-off-by: Alexey Brodkin <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Acked-by: Simon Glass <[email protected]>
lib/asm-offsets.c